From fa8190328d6596a7212de13f0639f26531097a62 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 19 Sep 2018 08:09:18 +0100 Subject: [PATCH] testsuite: Fix installed-test metadata for autotestkeywords The executable is called autotestkeywords, so we shouldn't try to run an executable named keywords. Also rename the metadata file to match. Signed-off-by: Simon McVittie --- testsuite/gtk/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/gtk/meson.build b/testsuite/gtk/meson.build index d2837bb0bc..d86e035eff 100644 --- a/testsuite/gtk/meson.build +++ b/testsuite/gtk/meson.build @@ -118,9 +118,9 @@ if add_languages('cpp', required: false) if get_option('install-tests') conf = configuration_data() conf.set('testexecdir', testexecdir) - conf.set('test', 'keywords') + conf.set('test', 'autotestkeywords') configure_file(input: 'gtk.test.in', - output: 'keywords.test', + output: 'autotestkeywords.test', configuration: conf, install_dir: testdatadir) endif -- 2.30.2